Developer Documentation

QuickTime 4 API Documentation

Wired Movies and Sprites

| Previous | Chapter Contents | Chapter Top |

Data Types

The QTEventRecord data type is used by the kActionSendQTEventToSprite action.

struct QTEventRecord {
    long                        version;
    OSType                      eventType;
    Point                       where;
    long                        flags;
};
typedef struct QTEventRecord QTEventRecord;

typedef QTEventRecord *         QTEventRecordPtr;

 

© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top |